Html Css Color HEX #B9713A Meteor

📋 copy color: '#B9713A'

red 185 ◦ green 113 ◦ blue 58

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

Shades of Meteor #B9713A

Tints of Meteor #B9713A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.74%

 BLUE value IS 58 (23.05% from 255) = 16.29%

R = 51.97%
G = 31.74%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9713A (or 0xB9713A) is known color: Meteor. HEX triplet: B9, 71 and 3A. RGB value is (185,113,58). Sum of RGB (Red+Green+Blue) = 185+113+58=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B9713A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9713A is #468EC5. Grayscale: #808080. Windows color (decimal): -4624070 or 3830201. OLE color: 3830201.

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

Color convert

RGB 185 113 58 -
CMYK 0 0.39 0.69 0.27
HSL 25.98º 0.52% 0.48% -
HSV(B) 25.98º 0.69% 0.73% -
XYZ 26.68 22.43 6.93 -
YUV 128.26 88.35 168.47 -
System Red Green Blue C M Y K H S L
Decimal 185 113 58 0 0.39 0.69 0.27 25.98 0.52 0.48
Hex B9 71 3A 0 27 45 1B 1A 34 30
Octal 271 161 72 0 47 105 33 32 64 60
Binary 10111001 1110001 111010 0 100111 1000101 11011 11010 110100 110000

Color Harmonies of #B9713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9713A

Black with #B9713A

Text Example


Text Example

White with #B9713A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9713A; }

 p { color: rgb(185,113,58); }

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

background-color css

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

 a { background-color: rgb(185,113,58); }

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

border-color css

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

 span { border-color: rgb(185,113,58); }

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