Html Css Color HEX #BD742E Meteor

📋 copy color: '#BD742E'

red 189 ◦ green 116 ◦ blue 46

#BD742E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteor #BD742E

Tints of Meteor #BD742E

RGB

 RED value IS 189 (74.22% from 255) = 53.85%

 GREEN value IS 116 (45.7% from 255) = 33.05%

 BLUE value IS 46 (18.36% from 255) = 13.11%

R = 53.85%
G = 33.05%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD742E (or 0xBD742E) is known color: Meteor. HEX triplet: BD, 74 and 2E. RGB value is (189,116,46). Sum of RGB (Red+Green+Blue) = 189+116+46=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD742E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD742E is #428BD1. Grayscale: #828282. Windows color (decimal): -4361170 or 3044541. OLE color: 3044541.

HSL color Cylindrical-coordinate representation of color #BD742E: hue angle of 29.37º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD742E is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 116 46 -
CMYK 0 0.39 0.76 0.26
HSL 29.37º 0.61% 0.46% -
HSV(B) 29.37º 0.76% 0.74% -
XYZ 27.72 23.51 5.66 -
YUV 129.85 80.68 170.19 -
System Red Green Blue C M Y K H S L
Decimal 189 116 46 0 0.39 0.76 0.26 29.37 0.61 0.46
Hex BD 74 2E 0 27 4C 1A 1D 3D 2E
Octal 275 164 56 0 47 114 32 35 75 56
Binary 10111101 1110100 101110 0 100111 1001100 11010 11101 111101 101110

Color Harmonies of #BD742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD742E

Black with #BD742E

Text Example


Text Example

White with #BD742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD742E; }

 p { color: rgb(189,116,46); }

 H1.HeaderClassName
 {
   color: #BD742E;
 }
 .AnyTagClassName
 {
   color: #BD742E;
 }
</style>

background-color css

<style>
 a { background-color: #BD742E; }

 a { background-color: rgb(189,116,46); }

 div.DivClassName
 {
   background-color: #BD742E;
 }
 .BgClassName
 {
   background-color: #BD742E;
 }
</style>

border-color css

<style>
 span { border-color: #BD742E; }

 span { border-color: rgb(189,116,46); }

 td.TdClassName
 {
   border-color: #BD742E;
 }
 .TagClassName
 {
   border-color: #BD742E;
 }
</style>