Html Css Color HEX #B9702B Meteor

📋 copy color: '#B9702B'

red 185 ◦ green 112 ◦ blue 43

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

Shades of Meteor #B9702B

Tints of Meteor #B9702B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.65%

R = 54.41%
G = 32.94%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9702B (or 0xB9702B) is known color: Meteor. HEX triplet: B9, 70 and 2B. RGB value is (185,112,43). Sum of RGB (Red+Green+Blue) = 185+112+43=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B9702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9702B is #468FD4. Grayscale: #7E7E7E. Windows color (decimal): -4624341 or 2846905. OLE color: 2846905.

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

Color convert

RGB 185 112 43 -
CMYK 0 0.39 0.77 0.27
HSL 29.15º 0.62% 0.45% -
HSV(B) 29.15º 0.77% 0.73% -
XYZ 26.24 22.08 5.16 -
YUV 125.96 81.18 170.11 -
System Red Green Blue C M Y K H S L
Decimal 185 112 43 0 0.39 0.77 0.27 29.15 0.62 0.45
Hex B9 70 2B 0 27 4D 1B 1D 3E 2D
Octal 271 160 53 0 47 115 33 35 76 55
Binary 10111001 1110000 101011 0 100111 1001101 11011 11101 111110 101101

Color Harmonies of #B9702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9702B

Black with #B9702B

Text Example


Text Example

White with #B9702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9702B; }

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

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

background-color css

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

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

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

border-color css

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

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

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