Html Css Color HEX #BB762E Meteor

📋 copy color: '#BB762E'

red 187 ◦ green 118 ◦ blue 46

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

Shades of Meteor #BB762E

Tints of Meteor #BB762E

RGB

 RED value IS 187 (73.44% from 255) = 53.28%

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

 BLUE value IS 46 (18.36% from 255) = 13.11%

R = 53.28%
G = 33.62%
B = 13.11%

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

#BB762E (or 0xBB762E) is known color: Meteor. HEX triplet: BB, 76 and 2E. RGB value is (187,118,46). Sum of RGB (Red+Green+Blue) = 187+118+46=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB762E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB762E is #4489D1. Grayscale: #828282. Windows color (decimal): -4491730 or 3045051. OLE color: 3045051.

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

Color convert

RGB 187 118 46 -
CMYK 0 0.37 0.75 0.27
HSL 30.64º 0.61% 0.46% -
HSV(B) 30.64º 0.75% 0.73% -
XYZ 27.47 23.72 5.72 -
YUV 130.42 80.36 168.35 -
System Red Green Blue C M Y K H S L
Decimal 187 118 46 0 0.37 0.75 0.27 30.64 0.61 0.46
Hex BB 76 2E 0 25 4B 1B 1F 3D 2E
Octal 273 166 56 0 45 113 33 37 75 56
Binary 10111011 1110110 101110 0 100101 1001011 11011 11111 111101 101110

Color Harmonies of #BB762E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB762E

Black with #BB762E

Text Example


Text Example

White with #BB762E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB762E; }

 p { color: rgb(187,118,46); }

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

background-color css

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

 a { background-color: rgb(187,118,46); }

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

border-color css

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

 span { border-color: rgb(187,118,46); }

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