Html Css Color HEX #BBC007 La Rioja

📋 copy color: '#BBC007'

red 187 ◦ green 192 ◦ blue 7

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

Shades of La Rioja #BBC007

Tints of La Rioja #BBC007

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.74%

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

R = 48.45%
G = 49.74%
B = 1.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BBC007 (or 0xBBC007) is known color: La Rioja. HEX triplet: BB, C0 and 07. RGB value is (187,192,7). Sum of RGB (Red+Green+Blue) = 187+192+7=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 7 (3.12% from 255 or 1.81% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC007 is #443FF8. Grayscale: #AAAAAA. Windows color (decimal): -4472825 or 508091. OLE color: 508091.

HSL color Cylindrical-coordinate representation of color #BBC007: hue angle of 61.62º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBC007 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 7 -
CMYK 0.03 0 0.96 0.25
HSL 61.62º 0.93% 0.39% -
HSV(B) 61.62º 0.96% 0.75% -
XYZ 39.38 48.28 7.44 -
YUV 169.42 36.34 140.54 -
System Red Green Blue C M Y K H S L
Decimal 187 192 7 0.03 0 0.96 0.25 61.62 0.93 0.39
Hex BB C0 7 3 0 60 19 3E 5D 27
Octal 273 300 7 3 0 140 31 76 135 47
Binary 10111011 11000000 111 11 0 1100000 11001 111110 1011101 100111

Color Harmonies of #BBC007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC007

Black with #BBC007

Text Example


Text Example

White with #BBC007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC007; }

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

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

background-color css

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

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

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

border-color css

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

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

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