Html Css Color HEX #BB7434 Meteor

📋 copy color: '#BB7434'

red 187 ◦ green 116 ◦ blue 52

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

Shades of Meteor #BB7434

Tints of Meteor #BB7434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.68%

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

R = 52.68%
G = 32.68%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB7434 (or 0xBB7434) is known color: Meteor. HEX triplet: BB, 74 and 34. RGB value is (187,116,52). Sum of RGB (Red+Green+Blue) = 187+116+52=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7434 is #448BCB. Grayscale: #828282. Windows color (decimal): -4492236 or 3437755. OLE color: 3437755.

HSL color Cylindrical-coordinate representation of color #BB7434: hue angle of 28.44º 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 #BB7434 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 116 52 -
CMYK 0 0.38 0.72 0.27
HSL 28.44º 0.56% 0.47% -
HSV(B) 28.44º 0.72% 0.73% -
XYZ 27.36 23.3 6.3 -
YUV 129.93 84.02 168.7 -
System Red Green Blue C M Y K H S L
Decimal 187 116 52 0 0.38 0.72 0.27 28.44 0.56 0.47
Hex BB 74 34 0 26 48 1B 1C 38 2F
Octal 273 164 64 0 46 110 33 34 70 57
Binary 10111011 1110100 110100 0 100110 1001000 11011 11100 111000 101111

Color Harmonies of #BB7434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7434

Black with #BB7434

Text Example


Text Example

White with #BB7434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7434; }

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

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

background-color css

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

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

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

border-color css

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

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

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