Html Css Color HEX #BD7334 Meteor

📋 copy color: '#BD7334'

red 189 ◦ green 115 ◦ blue 52

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

Shades of Meteor #BD7334

Tints of Meteor #BD7334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.61%

R = 53.09%
G = 32.3%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD7334 (or 0xBD7334) is known color: Meteor. HEX triplet: BD, 73 and 34. RGB value is (189,115,52). Sum of RGB (Red+Green+Blue) = 189+115+52=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7334 is #428CCB. Grayscale: #828282. Windows color (decimal): -4361420 or 3437501. OLE color: 3437501.

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

Color convert

RGB 189 115 52 -
CMYK 0 0.39 0.72 0.26
HSL 27.59º 0.57% 0.47% -
HSV(B) 27.59º 0.72% 0.74% -
XYZ 27.74 23.33 6.29 -
YUV 129.94 84.02 170.12 -
System Red Green Blue C M Y K H S L
Decimal 189 115 52 0 0.39 0.72 0.26 27.59 0.57 0.47
Hex BD 73 34 0 27 48 1A 1C 39 2F
Octal 275 163 64 0 47 110 32 34 71 57
Binary 10111101 1110011 110100 0 100111 1001000 11010 11100 111001 101111

Color Harmonies of #BD7334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7334

Black with #BD7334

Text Example


Text Example

White with #BD7334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7334; }

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

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

background-color css

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

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

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

border-color css

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

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

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