Html Css Color HEX #BD7432 Meteor

📋 copy color: '#BD7432'

red 189 ◦ green 116 ◦ blue 50

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

Shades of Meteor #BD7432

Tints of Meteor #BD7432

RGB

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

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

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

R = 53.24%
G = 32.68%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD7432 (or 0xBD7432) is known color: Meteor. HEX triplet: BD, 74 and 32. RGB value is (189,116,50). Sum of RGB (Red+Green+Blue) = 189+116+50=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7432 is #428BCD. Grayscale: #828282. Windows color (decimal): -4361166 or 3306685. OLE color: 3306685.

HSL color Cylindrical-coordinate representation of color #BD7432: hue angle of 28.49º 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 #BD7432 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 116 50 -
CMYK 0 0.39 0.74 0.26
HSL 28.49º 0.58% 0.47% -
HSV(B) 28.49º 0.74% 0.74% -
XYZ 27.81 23.54 6.1 -
YUV 130.3 82.68 169.87 -
System Red Green Blue C M Y K H S L
Decimal 189 116 50 0 0.39 0.74 0.26 28.49 0.58 0.47
Hex BD 74 32 0 27 4A 1A 1C 3A 2F
Octal 275 164 62 0 47 112 32 34 72 57
Binary 10111101 1110100 110010 0 100111 1001010 11010 11100 111010 101111

Color Harmonies of #BD7432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7432

Black with #BD7432

Text Example


Text Example

White with #BD7432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7432; }

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

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

background-color css

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

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

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

border-color css

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

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

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