Html Css Color HEX #BBBC0F La Rioja

📋 copy color: '#BBBC0F'

red 187 ◦ green 188 ◦ blue 15

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

Shades of La Rioja #BBBC0F

Tints of La Rioja #BBBC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.85%

R = 47.95%
G = 48.21%
B = 3.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BBBC0F (or 0xBBBC0F) is known color: La Rioja. HEX triplet: BB, BC and 0F. RGB value is (187,188,15). Sum of RGB (Red+Green+Blue) = 187+188+15=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 15 (6.25% from 255 or 3.85% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBC0F is #4443F0. Grayscale: #A8A8A8. Windows color (decimal): -4473841 or 1031355. OLE color: 1031355.

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

Color convert

RGB 187 188 15 -
CMYK 0.01 0 0.92 0.26
HSL 60.35º 0.85% 0.4% -
HSV(B) 60.35º 0.92% 0.74% -
XYZ 38.56 46.57 7.41 -
YUV 167.98 41.67 141.57 -
System Red Green Blue C M Y K H S L
Decimal 187 188 15 0.01 0 0.92 0.26 60.35 0.85 0.4
Hex BB BC F 1 0 5C 1A 3C 55 28
Octal 273 274 17 1 0 134 32 74 125 50
Binary 10111011 10111100 1111 1 0 1011100 11010 111100 1010101 101000

Color Harmonies of #BBBC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBC0F

Black with #BBBC0F

Text Example


Text Example

White with #BBBC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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