Html Css Color HEX #BD7635 Meteor

📋 copy color: '#BD7635'

red 189 ◦ green 118 ◦ blue 53

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

Shades of Meteor #BD7635

Tints of Meteor #BD7635

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.78%

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

R = 52.5%
G = 32.78%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD7635 (or 0xBD7635) is known color: Meteor. HEX triplet: BD, 76 and 35. RGB value is (189,118,53). Sum of RGB (Red+Green+Blue) = 189+118+53=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7635 is #4289CA. Grayscale: #848484. Windows color (decimal): -4360651 or 3503805. OLE color: 3503805.

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

Color convert

RGB 189 118 53 -
CMYK 0 0.38 0.72 0.26
HSL 28.68º 0.56% 0.47% -
HSV(B) 28.68º 0.72% 0.74% -
XYZ 28.11 24.03 6.53 -
YUV 131.82 83.52 168.79 -
System Red Green Blue C M Y K H S L
Decimal 189 118 53 0 0.38 0.72 0.26 28.68 0.56 0.47
Hex BD 76 35 0 26 48 1A 1D 38 2F
Octal 275 166 65 0 46 110 32 35 70 57
Binary 10111101 1110110 110101 0 100110 1001000 11010 11101 111000 101111

Color Harmonies of #BD7635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7635

Black with #BD7635

Text Example


Text Example

White with #BD7635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7635; }

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

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

background-color css

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

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

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

border-color css

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

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

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