Html Css Color HEX #BB733B Meteor

📋 copy color: '#BB733B'

red 187 ◦ green 115 ◦ blue 59

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

Shades of Meteor #BB733B

Tints of Meteor #BB733B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.86%

 BLUE value IS 59 (23.44% from 255) = 16.34%

R = 51.8%
G = 31.86%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB733B (or 0xBB733B) is known color: Meteor. HEX triplet: BB, 73 and 3B. RGB value is (187,115,59). Sum of RGB (Red+Green+Blue) = 187+115+59=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB733B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB733B is #448CC4. Grayscale: #828282. Windows color (decimal): -4492485 or 3896251. OLE color: 3896251.

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

Color convert

RGB 187 115 59 -
CMYK 0 0.39 0.68 0.27
HSL 26.25º 0.52% 0.48% -
HSV(B) 26.25º 0.68% 0.73% -
XYZ 27.41 23.14 7.16 -
YUV 130.14 87.85 168.55 -
System Red Green Blue C M Y K H S L
Decimal 187 115 59 0 0.39 0.68 0.27 26.25 0.52 0.48
Hex BB 73 3B 0 27 44 1B 1A 34 30
Octal 273 163 73 0 47 104 33 32 64 60
Binary 10111011 1110011 111011 0 100111 1000100 11011 11010 110100 110000

Color Harmonies of #BB733B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB733B

Black with #BB733B

Text Example


Text Example

White with #BB733B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB733B; }

 p { color: rgb(187,115,59); }

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

background-color css

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

 a { background-color: rgb(187,115,59); }

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

border-color css

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

 span { border-color: rgb(187,115,59); }

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