Html Css Color HEX #BD7732 Meteor

📋 copy color: '#BD7732'

red 189 ◦ green 119 ◦ blue 50

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

Shades of Meteor #BD7732

Tints of Meteor #BD7732

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.24%

 BLUE value IS 50 (19.92% from 255) = 13.97%

R = 52.79%
G = 33.24%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD7732 (or 0xBD7732) is known color: Meteor. HEX triplet: BD, 77 and 32. RGB value is (189,119,50). Sum of RGB (Red+Green+Blue) = 189+119+50=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7732 is #4288CD. Grayscale: #848484. Windows color (decimal): -4360398 or 3307453. OLE color: 3307453.

HSL color Cylindrical-coordinate representation of color #BD7732: hue angle of 29.78º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD7732 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 119 50 -
CMYK 0 0.37 0.74 0.26
HSL 29.78º 0.58% 0.47% -
HSV(B) 29.78º 0.74% 0.74% -
XYZ 28.16 24.24 6.21 -
YUV 132.06 81.69 168.61 -
System Red Green Blue C M Y K H S L
Decimal 189 119 50 0 0.37 0.74 0.26 29.78 0.58 0.47
Hex BD 77 32 0 25 4A 1A 1E 3A 2F
Octal 275 167 62 0 45 112 32 36 72 57
Binary 10111101 1110111 110010 0 100101 1001010 11010 11110 111010 101111

Color Harmonies of #BD7732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7732

Black with #BD7732

Text Example


Text Example

White with #BD7732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7732; }

 p { color: rgb(189,119,50); }

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

background-color css

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

 a { background-color: rgb(189,119,50); }

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

border-color css

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

 span { border-color: rgb(189,119,50); }

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