Html Css Color HEX #BB762F Meteor

📋 copy color: '#BB762F'

red 187 ◦ green 118 ◦ blue 47

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

Shades of Meteor #BB762F

Tints of Meteor #BB762F

RGB

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

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

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

R = 53.13%
G = 33.52%
B = 13.35%

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

#BB762F (or 0xBB762F) is known color: Meteor. HEX triplet: BB, 76 and 2F. RGB value is (187,118,47). Sum of RGB (Red+Green+Blue) = 187+118+47=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB762F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB762F is #4489D0. Grayscale: #828282. Windows color (decimal): -4491729 or 3110587. OLE color: 3110587.

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

Color convert

RGB 187 118 47 -
CMYK 0 0.37 0.75 0.27
HSL 30.43º 0.6% 0.46% -
HSV(B) 30.43º 0.75% 0.73% -
XYZ 27.49 23.73 5.82 -
YUV 130.54 80.86 168.27 -
System Red Green Blue C M Y K H S L
Decimal 187 118 47 0 0.37 0.75 0.27 30.43 0.6 0.46
Hex BB 76 2F 0 25 4B 1B 1E 3C 2E
Octal 273 166 57 0 45 113 33 36 74 56
Binary 10111011 1110110 101111 0 100101 1001011 11011 11110 111100 101110

Color Harmonies of #BB762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB762F

Black with #BB762F

Text Example


Text Example

White with #BB762F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB762F; }

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

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

background-color css

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

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

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

border-color css

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

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

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