Html Css Color HEX #BBBC07 La Rioja

📋 copy color: '#BBBC07'

red 187 ◦ green 188 ◦ blue 7

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

Shades of La Rioja #BBBC07

Tints of La Rioja #BBBC07

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.21%

 BLUE value IS 7 (3.13% from 255) = 1.83%

R = 48.95%
G = 49.21%
B = 1.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BBBC07 (or 0xBBBC07) is known color: La Rioja. HEX triplet: BB, BC and 07. RGB value is (187,188,7). Sum of RGB (Red+Green+Blue) = 187+188+7=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 7 (3.12% from 255 or 1.83% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBC07 is #4443F8. Grayscale: #A7A7A7. Windows color (decimal): -4473849 or 507067. OLE color: 507067.

HSL color Cylindrical-coordinate representation of color #BBBC07: hue angle of 60.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBBC07 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 188 7 -
CMYK 0.01 0 0.96 0.26
HSL 60.33º 0.93% 0.38% -
HSV(B) 60.33º 0.96% 0.74% -
XYZ 38.52 46.55 7.16 -
YUV 167.07 37.67 142.22 -
System Red Green Blue C M Y K H S L
Decimal 187 188 7 0.01 0 0.96 0.26 60.33 0.93 0.38
Hex BB BC 7 1 0 60 1A 3C 5D 26
Octal 273 274 7 1 0 140 32 74 135 46
Binary 10111011 10111100 111 1 0 1100000 11010 111100 1011101 100110

Color Harmonies of #BBBC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBC07

Black with #BBBC07

Text Example


Text Example

White with #BBBC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBC07; }

 p { color: rgb(187,188,7); }

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

background-color css

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

 a { background-color: rgb(187,188,7); }

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

border-color css

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

 span { border-color: rgb(187,188,7); }

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