Html Css Color HEX #BD7934 Meteor

📋 copy color: '#BD7934'

red 189 ◦ green 121 ◦ blue 52

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

Shades of Meteor #BD7934

Tints of Meteor #BD7934

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.43%

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

R = 52.21%
G = 33.43%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD7934 (or 0xBD7934) is known color: Meteor. HEX triplet: BD, 79 and 34. RGB value is (189,121,52). Sum of RGB (Red+Green+Blue) = 189+121+52=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7934 is #4286CB. Grayscale: #858585. Windows color (decimal): -4359884 or 3439037. OLE color: 3439037.

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

Color convert

RGB 189 121 52 -
CMYK 0 0.36 0.72 0.26
HSL 30.22º 0.57% 0.47% -
HSV(B) 30.22º 0.72% 0.74% -
XYZ 28.44 24.74 6.53 -
YUV 133.47 82.03 167.61 -
System Red Green Blue C M Y K H S L
Decimal 189 121 52 0 0.36 0.72 0.26 30.22 0.57 0.47
Hex BD 79 34 0 24 48 1A 1E 39 2F
Octal 275 171 64 0 44 110 32 36 71 57
Binary 10111101 1111001 110100 0 100100 1001000 11010 11110 111001 101111

Color Harmonies of #BD7934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7934

Black with #BD7934

Text Example


Text Example

White with #BD7934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7934; }

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

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

background-color css

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

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

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

border-color css

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

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

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