Html Css Color HEX #BD7533 Meteor

📋 copy color: '#BD7533'

red 189 ◦ green 117 ◦ blue 51

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

Shades of Meteor #BD7533

Tints of Meteor #BD7533

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.77%

 BLUE value IS 51 (20.31% from 255) = 14.29%

R = 52.94%
G = 32.77%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BD7533 (or 0xBD7533) is known color: Meteor. HEX triplet: BD, 75 and 33. RGB value is (189,117,51). Sum of RGB (Red+Green+Blue) = 189+117+51=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7533 is #428ACC. Grayscale: #838383. Windows color (decimal): -4360909 or 3372477. OLE color: 3372477.

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

Color convert

RGB 189 117 51 -
CMYK 0 0.38 0.73 0.26
HSL 28.7º 0.58% 0.47% -
HSV(B) 28.7º 0.73% 0.74% -
XYZ 27.95 23.78 6.25 -
YUV 131 82.85 169.37 -
System Red Green Blue C M Y K H S L
Decimal 189 117 51 0 0.38 0.73 0.26 28.7 0.58 0.47
Hex BD 75 33 0 26 49 1A 1D 3A 2F
Octal 275 165 63 0 46 111 32 35 72 57
Binary 10111101 1110101 110011 0 100110 1001001 11010 11101 111010 101111

Color Harmonies of #BD7533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7533

Black with #BD7533

Text Example


Text Example

White with #BD7533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7533; }

 p { color: rgb(189,117,51); }

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

background-color css

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

 a { background-color: rgb(189,117,51); }

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

border-color css

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

 span { border-color: rgb(189,117,51); }

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