Html Css Color HEX #BD7231 Meteor

📋 copy color: '#BD7231'

red 189 ◦ green 114 ◦ blue 49

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

Shades of Meteor #BD7231

Tints of Meteor #BD7231

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.39%

 BLUE value IS 49 (19.53% from 255) = 13.92%

R = 53.69%
G = 32.39%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD7231 (or 0xBD7231) is known color: Meteor. HEX triplet: BD, 72 and 31. RGB value is (189,114,49). Sum of RGB (Red+Green+Blue) = 189+114+49=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7231 is #428DCE. Grayscale: #818181. Windows color (decimal): -4361679 or 3240637. OLE color: 3240637.

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

Color convert

RGB 189 114 49 -
CMYK 0 0.40 0.74 0.26
HSL 27.86º 0.59% 0.47% -
HSV(B) 27.86º 0.74% 0.74% -
XYZ 27.56 23.08 5.91 -
YUV 129.02 82.85 170.79 -
System Red Green Blue C M Y K H S L
Decimal 189 114 49 0 0.40 0.74 0.26 27.86 0.59 0.47
Hex BD 72 31 0 28 4A 1A 1C 3B 2F
Octal 275 162 61 0 50 112 32 34 73 57
Binary 10111101 1110010 110001 0 101000 1001010 11010 11100 111011 101111

Color Harmonies of #BD7231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7231

Black with #BD7231

Text Example


Text Example

White with #BD7231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7231; }

 p { color: rgb(189,114,49); }

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

background-color css

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

 a { background-color: rgb(189,114,49); }

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

border-color css

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

 span { border-color: rgb(189,114,49); }

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