Html Css Color HEX #BB7334 Meteor

📋 copy color: '#BB7334'

red 187 ◦ green 115 ◦ blue 52

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

Shades of Meteor #BB7334

Tints of Meteor #BB7334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.69%

R = 52.82%
G = 32.49%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB7334 (or 0xBB7334) is known color: Meteor. HEX triplet: BB, 73 and 34. RGB value is (187,115,52). Sum of RGB (Red+Green+Blue) = 187+115+52=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7334 is #448CCB. Grayscale: #818181. Windows color (decimal): -4492492 or 3437499. OLE color: 3437499.

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

Color convert

RGB 187 115 52 -
CMYK 0 0.39 0.72 0.27
HSL 28º 0.56% 0.47% -
HSV(B) 28º 0.72% 0.73% -
XYZ 27.24 23.07 6.27 -
YUV 129.35 84.35 169.12 -
System Red Green Blue C M Y K H S L
Decimal 187 115 52 0 0.39 0.72 0.27 28 0.56 0.47
Hex BB 73 34 0 27 48 1B 1C 38 2F
Octal 273 163 64 0 47 110 33 34 70 57
Binary 10111011 1110011 110100 0 100111 1001000 11011 11100 111000 101111

Color Harmonies of #BB7334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7334

Black with #BB7334

Text Example


Text Example

White with #BB7334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7334; }

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

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

background-color css

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

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

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

border-color css

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

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

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