Html Css Color HEX #BBC407 La Rioja

📋 copy color: '#BBC407'

red 187 ◦ green 196 ◦ blue 7

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

Shades of La Rioja #BBC407

Tints of La Rioja #BBC407

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.26%

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

R = 47.95%
G = 50.26%
B = 1.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#BBC407 (or 0xBBC407) is known color: La Rioja. HEX triplet: BB, C4 and 07. RGB value is (187,196,7). Sum of RGB (Red+Green+Blue) = 187+196+7=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 7 (3.12% from 255 or 1.79% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC407 is #443BF8. Grayscale: #ACACAC. Windows color (decimal): -4471801 or 509115. OLE color: 509115.

HSL color Cylindrical-coordinate representation of color #BBC407: hue angle of 62.86º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBC407 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 196 7 -
CMYK 0.05 0 0.96 0.23
HSL 62.86º 0.93% 0.4% -
HSV(B) 62.86º 0.96% 0.77% -
XYZ 40.27 50.06 7.74 -
YUV 171.76 35.02 138.87 -
System Red Green Blue C M Y K H S L
Decimal 187 196 7 0.05 0 0.96 0.23 62.86 0.93 0.4
Hex BB C4 7 5 0 60 17 3F 5D 28
Octal 273 304 7 5 0 140 27 77 135 50
Binary 10111011 11000100 111 101 0 1100000 10111 111111 1011101 101000

Color Harmonies of #BBC407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC407

Black with #BBC407

Text Example


Text Example

White with #BBC407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC407; }

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

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

background-color css

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

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

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

border-color css

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

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

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