Html Css Color HEX #BD7935 Meteor

📋 copy color: '#BD7935'

red 189 ◦ green 121 ◦ blue 53

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

Shades of Meteor #BD7935

Tints of Meteor #BD7935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.6%

R = 52.07%
G = 33.33%
B = 14.6%

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

#BD7935 (or 0xBD7935) is known color: Meteor. HEX triplet: BD, 79 and 35. RGB value is (189,121,53). Sum of RGB (Red+Green+Blue) = 189+121+53=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7935 is #4286CA. Grayscale: #858585. Windows color (decimal): -4359883 or 3504573. OLE color: 3504573.

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

Color convert

RGB 189 121 53 -
CMYK 0 0.36 0.72 0.26
HSL 30º 0.56% 0.47% -
HSV(B) 30º 0.72% 0.74% -
XYZ 28.47 24.75 6.65 -
YUV 133.58 82.53 167.53 -
System Red Green Blue C M Y K H S L
Decimal 189 121 53 0 0.36 0.72 0.26 30 0.56 0.47
Hex BD 79 35 0 24 48 1A 1E 38 2F
Octal 275 171 65 0 44 110 32 36 70 57
Binary 10111101 1111001 110101 0 100100 1001000 11010 11110 111000 101111

Color Harmonies of #BD7935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7935

Black with #BD7935

Text Example


Text Example

White with #BD7935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7935; }

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

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

background-color css

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

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

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

border-color css

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

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

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