Html Css Color HEX #BD7833 Meteor

📋 copy color: '#BD7833'

red 189 ◦ green 120 ◦ blue 51

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

Shades of Meteor #BD7833

Tints of Meteor #BD7833

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.33%

 BLUE value IS 51 (20.31% from 255) = 14.17%

R = 52.5%
G = 33.33%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BD7833 (or 0xBD7833) is known color: Meteor. HEX triplet: BD, 78 and 33. RGB value is (189,120,51). Sum of RGB (Red+Green+Blue) = 189+120+51=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7833 is #4287CC. Grayscale: #858585. Windows color (decimal): -4360141 or 3373245. OLE color: 3373245.

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

Color convert

RGB 189 120 51 -
CMYK 0 0.37 0.73 0.26
HSL 30º 0.58% 0.47% -
HSV(B) 30º 0.73% 0.74% -
XYZ 28.3 24.49 6.37 -
YUV 132.77 81.86 168.11 -
System Red Green Blue C M Y K H S L
Decimal 189 120 51 0 0.37 0.73 0.26 30 0.58 0.47
Hex BD 78 33 0 25 49 1A 1E 3A 2F
Octal 275 170 63 0 45 111 32 36 72 57
Binary 10111101 1111000 110011 0 100101 1001001 11010 11110 111010 101111

Color Harmonies of #BD7833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7833

Black with #BD7833

Text Example


Text Example

White with #BD7833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7833; }

 p { color: rgb(189,120,51); }

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

background-color css

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

 a { background-color: rgb(189,120,51); }

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

border-color css

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

 span { border-color: rgb(189,120,51); }

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