Html Css Color HEX #BB702B Meteor

📋 copy color: '#BB702B'

red 187 ◦ green 112 ◦ blue 43

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

Shades of Meteor #BB702B

Tints of Meteor #BB702B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.75%

 BLUE value IS 43 (17.19% from 255) = 12.57%

R = 54.68%
G = 32.75%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB702B (or 0xBB702B) is known color: Meteor. HEX triplet: BB, 70 and 2B. RGB value is (187,112,43). Sum of RGB (Red+Green+Blue) = 187+112+43=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB702B is #448FD4. Grayscale: #7E7E7E. Windows color (decimal): -4493269 or 2846907. OLE color: 2846907.

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

Color convert

RGB 187 112 43 -
CMYK 0 0.40 0.77 0.27
HSL 28.75º 0.63% 0.45% -
HSV(B) 28.75º 0.77% 0.73% -
XYZ 26.72 22.33 5.19 -
YUV 126.56 80.85 171.11 -
System Red Green Blue C M Y K H S L
Decimal 187 112 43 0 0.40 0.77 0.27 28.75 0.63 0.45
Hex BB 70 2B 0 28 4D 1B 1D 3F 2D
Octal 273 160 53 0 50 115 33 35 77 55
Binary 10111011 1110000 101011 0 101000 1001101 11011 11101 111111 101101

Color Harmonies of #BB702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB702B

Black with #BB702B

Text Example


Text Example

White with #BB702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB702B; }

 p { color: rgb(187,112,43); }

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

background-color css

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

 a { background-color: rgb(187,112,43); }

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

border-color css

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

 span { border-color: rgb(187,112,43); }

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