Html Css Color HEX #BBC707 La Rioja

📋 copy color: '#BBC707'

red 187 ◦ green 199 ◦ blue 7

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

Shades of La Rioja #BBC707

Tints of La Rioja #BBC707

RGB

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

 GREEN value IS 199 (78.13% from 255) = 50.64%

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

R = 47.58%
G = 50.64%
B = 1.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#BBC707 (or 0xBBC707) is known color: La Rioja. HEX triplet: BB, C7 and 07. RGB value is (187,199,7). Sum of RGB (Red+Green+Blue) = 187+199+7=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 199 (78.12% from 255 or 50.64% from 393); Blue value is 7 (3.12% from 255 or 1.78% from 393); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC707 is #4438F8. Grayscale: #AEAEAE. Windows color (decimal): -4471033 or 509883. OLE color: 509883.

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

Color convert

RGB 187 199 7 -
CMYK 0.06 0 0.96 0.22
HSL 63.75º 0.93% 0.4% -
HSV(B) 63.75º 0.96% 0.78% -
XYZ 40.96 51.43 7.97 -
YUV 173.52 34.02 137.61 -
System Red Green Blue C M Y K H S L
Decimal 187 199 7 0.06 0 0.96 0.22 63.75 0.93 0.4
Hex BB C7 7 6 0 60 16 40 5D 28
Octal 273 307 7 6 0 140 26 100 135 50
Binary 10111011 11000111 111 110 0 1100000 10110 1000000 1011101 101000

Color Harmonies of #BBC707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC707

Black with #BBC707

Text Example


Text Example

White with #BBC707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC707; }

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

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

background-color css

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

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

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

border-color css

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

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

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