Html Css Color HEX #BD7332 Meteor

📋 copy color: '#BD7332'

red 189 ◦ green 115 ◦ blue 50

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

Shades of Meteor #BD7332

Tints of Meteor #BD7332

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.49%

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

R = 53.39%
G = 32.49%
B = 14.12%

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

#BD7332 (or 0xBD7332) is known color: Meteor. HEX triplet: BD, 73 and 32. RGB value is (189,115,50). Sum of RGB (Red+Green+Blue) = 189+115+50=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7332 is #428CCD. Grayscale: #828282. Windows color (decimal): -4361422 or 3306429. OLE color: 3306429.

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

Color convert

RGB 189 115 50 -
CMYK 0 0.39 0.74 0.26
HSL 28.06º 0.58% 0.47% -
HSV(B) 28.06º 0.74% 0.74% -
XYZ 27.69 23.31 6.06 -
YUV 129.72 83.02 170.29 -
System Red Green Blue C M Y K H S L
Decimal 189 115 50 0 0.39 0.74 0.26 28.06 0.58 0.47
Hex BD 73 32 0 27 4A 1A 1C 3A 2F
Octal 275 163 62 0 47 112 32 34 72 57
Binary 10111101 1110011 110010 0 100111 1001010 11010 11100 111010 101111

Color Harmonies of #BD7332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7332

Black with #BD7332

Text Example


Text Example

White with #BD7332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7332; }

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

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

background-color css

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

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

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

border-color css

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

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

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