Html Css Color HEX #BB7438 Meteor

📋 copy color: '#BB7438'

red 187 ◦ green 116 ◦ blue 56

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

Shades of Meteor #BB7438

Tints of Meteor #BB7438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.6%

R = 52.09%
G = 32.31%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB7438 (or 0xBB7438) is known color: Meteor. HEX triplet: BB, 74 and 38. RGB value is (187,116,56). Sum of RGB (Red+Green+Blue) = 187+116+56=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7438 is #448BC7. Grayscale: #828282. Windows color (decimal): -4492232 or 3699899. OLE color: 3699899.

HSL color Cylindrical-coordinate representation of color #BB7438: hue angle of 27.48º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB7438 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 116 56 -
CMYK 0 0.38 0.70 0.27
HSL 27.48º 0.54% 0.48% -
HSV(B) 27.48º 0.7% 0.73% -
XYZ 27.45 23.34 6.8 -
YUV 130.39 86.02 168.38 -
System Red Green Blue C M Y K H S L
Decimal 187 116 56 0 0.38 0.70 0.27 27.48 0.54 0.48
Hex BB 74 38 0 26 46 1B 1B 36 30
Octal 273 164 70 0 46 106 33 33 66 60
Binary 10111011 1110100 111000 0 100110 1000110 11011 11011 110110 110000

Color Harmonies of #BB7438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7438

Black with #BB7438

Text Example


Text Example

White with #BB7438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7438; }

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

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

background-color css

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

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

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

border-color css

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

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

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