Html Css Color HEX #BBB70B La Rioja

📋 copy color: '#BBB70B'

red 187 ◦ green 183 ◦ blue 11

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

Shades of La Rioja #BBB70B

Tints of La Rioja #BBB70B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.03%

 BLUE value IS 11 (4.69% from 255) = 2.89%

R = 49.08%
G = 48.03%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BBB70B (or 0xBBB70B) is known color: La Rioja. HEX triplet: BB, B7 and 0B. RGB value is (187,183,11). Sum of RGB (Red+Green+Blue) = 187+183+11=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB70B is #4448F4. Grayscale: #A5A5A5. Windows color (decimal): -4475125 or 767931. OLE color: 767931.

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

Color convert

RGB 187 183 11 -
CMYK 0 0.02 0.94 0.27
HSL 58.64º 0.89% 0.39% -
HSV(B) 58.64º 0.94% 0.73% -
XYZ 37.49 44.46 6.92 -
YUV 164.59 41.33 143.99 -
System Red Green Blue C M Y K H S L
Decimal 187 183 11 0 0.02 0.94 0.27 58.64 0.89 0.39
Hex BB B7 B 0 2 5E 1B 3B 59 27
Octal 273 267 13 0 2 136 33 73 131 47
Binary 10111011 10110111 1011 0 10 1011110 11011 111011 1011001 100111

Color Harmonies of #BBB70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB70B

Black with #BBB70B

Text Example


Text Example

White with #BBB70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB70B; }

 p { color: rgb(187,183,11); }

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

background-color css

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

 a { background-color: rgb(187,183,11); }

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

border-color css

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

 span { border-color: rgb(187,183,11); }

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