Html Css Color HEX #B9702C Meteor

📋 copy color: '#B9702C'

red 185 ◦ green 112 ◦ blue 44

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

Shades of Meteor #B9702C

Tints of Meteor #B9702C

RGB

 RED value IS 185 (72.66% from 255) = 54.25%

 GREEN value IS 112 (44.14% from 255) = 32.84%

 BLUE value IS 44 (17.58% from 255) = 12.9%

R = 54.25%
G = 32.84%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9702C (or 0xB9702C) is known color: Meteor. HEX triplet: B9, 70 and 2C. RGB value is (185,112,44). Sum of RGB (Red+Green+Blue) = 185+112+44=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B9702C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9702C is #468FD3. Grayscale: #7E7E7E. Windows color (decimal): -4624340 or 2912441. OLE color: 2912441.

HSL color Cylindrical-coordinate representation of color #B9702C: hue angle of 28.94º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9702C is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 112 44 -
CMYK 0 0.39 0.76 0.27
HSL 28.94º 0.62% 0.45% -
HSV(B) 28.94º 0.76% 0.73% -
XYZ 26.26 22.08 5.26 -
YUV 126.08 81.68 170.03 -
System Red Green Blue C M Y K H S L
Decimal 185 112 44 0 0.39 0.76 0.27 28.94 0.62 0.45
Hex B9 70 2C 0 27 4C 1B 1D 3E 2D
Octal 271 160 54 0 47 114 33 35 76 55
Binary 10111001 1110000 101100 0 100111 1001100 11011 11101 111110 101101

Color Harmonies of #B9702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9702C

Black with #B9702C

Text Example


Text Example

White with #B9702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9702C; }

 p { color: rgb(185,112,44); }

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

background-color css

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

 a { background-color: rgb(185,112,44); }

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

border-color css

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

 span { border-color: rgb(185,112,44); }

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