Html Css Color HEX #BB732D Meteor

📋 copy color: '#BB732D'

red 187 ◦ green 115 ◦ blue 45

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

Shades of Meteor #BB732D

Tints of Meteor #BB732D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.97%

R = 53.89%
G = 33.14%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB732D (or 0xBB732D) is known color: Meteor. HEX triplet: BB, 73 and 2D. RGB value is (187,115,45). Sum of RGB (Red+Green+Blue) = 187+115+45=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB732D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB732D is #448CD2. Grayscale: #808080. Windows color (decimal): -4492499 or 2978747. OLE color: 2978747.

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

Color convert

RGB 187 115 45 -
CMYK 0 0.39 0.76 0.27
HSL 29.58º 0.61% 0.45% -
HSV(B) 29.58º 0.76% 0.73% -
XYZ 27.1 23.02 5.5 -
YUV 128.55 80.85 169.69 -
System Red Green Blue C M Y K H S L
Decimal 187 115 45 0 0.39 0.76 0.27 29.58 0.61 0.45
Hex BB 73 2D 0 27 4C 1B 1E 3D 2D
Octal 273 163 55 0 47 114 33 36 75 55
Binary 10111011 1110011 101101 0 100111 1001100 11011 11110 111101 101101

Color Harmonies of #BB732D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB732D

Black with #BB732D

Text Example


Text Example

White with #BB732D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB732D; }

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

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

background-color css

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

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

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

border-color css

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

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

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