Html Css Color HEX #B9763A Meteor

📋 copy color: '#B9763A'

red 185 ◦ green 118 ◦ blue 58

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

Shades of Meteor #B9763A

Tints of Meteor #B9763A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.69%

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

R = 51.25%
G = 32.69%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9763A (or 0xB9763A) is known color: Meteor. HEX triplet: B9, 76 and 3A. RGB value is (185,118,58). Sum of RGB (Red+Green+Blue) = 185+118+58=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9763A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9763A is #4689C5. Grayscale: #838383. Windows color (decimal): -4622790 or 3831481. OLE color: 3831481.

HSL color Cylindrical-coordinate representation of color #B9763A: hue angle of 28.35º 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 #B9763A is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 118 58 -
CMYK 0 0.36 0.69 0.27
HSL 28.35º 0.52% 0.48% -
HSV(B) 28.35º 0.69% 0.73% -
XYZ 27.25 23.58 7.12 -
YUV 131.19 86.7 166.38 -
System Red Green Blue C M Y K H S L
Decimal 185 118 58 0 0.36 0.69 0.27 28.35 0.52 0.48
Hex B9 76 3A 0 24 45 1B 1C 34 30
Octal 271 166 72 0 44 105 33 34 64 60
Binary 10111001 1110110 111010 0 100100 1000101 11011 11100 110100 110000

Color Harmonies of #B9763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9763A

Black with #B9763A

Text Example


Text Example

White with #B9763A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9763A; }

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

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

background-color css

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

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

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

border-color css

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

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

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