Html Css Color HEX #B9742F Meteor

📋 copy color: '#B9742F'

red 185 ◦ green 116 ◦ blue 47

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

Shades of Meteor #B9742F

Tints of Meteor #B9742F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.33%

 BLUE value IS 47 (18.75% from 255) = 13.51%

R = 53.16%
G = 33.33%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9742F (or 0xB9742F) is known color: Meteor. HEX triplet: B9, 74 and 2F. RGB value is (185,116,47). Sum of RGB (Red+Green+Blue) = 185+116+47=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B9742F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9742F is #468BD0. Grayscale: #818181. Windows color (decimal): -4623313 or 3110073. OLE color: 3110073.

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

Color convert

RGB 185 116 47 -
CMYK 0 0.37 0.75 0.27
HSL 30º 0.59% 0.45% -
HSV(B) 30º 0.75% 0.73% -
XYZ 26.77 23.01 5.72 -
YUV 128.77 81.86 168.11 -
System Red Green Blue C M Y K H S L
Decimal 185 116 47 0 0.37 0.75 0.27 30 0.59 0.45
Hex B9 74 2F 0 25 4B 1B 1E 3B 2D
Octal 271 164 57 0 45 113 33 36 73 55
Binary 10111001 1110100 101111 0 100101 1001011 11011 11110 111011 101101

Color Harmonies of #B9742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9742F

Black with #B9742F

Text Example


Text Example

White with #B9742F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9742F; }

 p { color: rgb(185,116,47); }

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

background-color css

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

 a { background-color: rgb(185,116,47); }

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

border-color css

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

 span { border-color: rgb(185,116,47); }

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