Html Css Color HEX #B9742D Meteor

📋 copy color: '#B9742D'

red 185 ◦ green 116 ◦ blue 45

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

Shades of Meteor #B9742D

Tints of Meteor #B9742D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.01%

R = 53.47%
G = 33.53%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9742D (or 0xB9742D) is known color: Meteor. HEX triplet: B9, 74 and 2D. RGB value is (185,116,45). Sum of RGB (Red+Green+Blue) = 185+116+45=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9742D is #468BD2. Grayscale: #808080. Windows color (decimal): -4623315 or 2979001. OLE color: 2979001.

HSL color Cylindrical-coordinate representation of color #B9742D: hue angle of 30.43º degrees, saturation: 0.61, 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 #B9742D is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 116 45 -
CMYK 0 0.37 0.76 0.27
HSL 30.43º 0.61% 0.45% -
HSV(B) 30.43º 0.76% 0.73% -
XYZ 26.73 22.99 5.51 -
YUV 128.54 80.86 168.27 -
System Red Green Blue C M Y K H S L
Decimal 185 116 45 0 0.37 0.76 0.27 30.43 0.61 0.45
Hex B9 74 2D 0 25 4C 1B 1E 3D 2D
Octal 271 164 55 0 45 114 33 36 75 55
Binary 10111001 1110100 101101 0 100101 1001100 11011 11110 111101 101101

Color Harmonies of #B9742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9742D

Black with #B9742D

Text Example


Text Example

White with #B9742D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9742D; }

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

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

background-color css

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

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

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

border-color css

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

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

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