Html Css Color HEX #BCBB14 La Rioja

📋 copy color: '#BCBB14'

red 188 ◦ green 187 ◦ blue 20

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

Shades of La Rioja #BCBB14

Tints of La Rioja #BCBB14

RGB

 RED value IS 188 (73.83% from 255) = 47.59%

 GREEN value IS 187 (73.44% from 255) = 47.34%

 BLUE value IS 20 (8.2% from 255) = 5.06%

R = 47.59%
G = 47.34%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BCBB14 (or 0xBCBB14) is known color: La Rioja. HEX triplet: BC, BB and 14. RGB value is (188,187,20). Sum of RGB (Red+Green+Blue) = 188+187+20=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBB14 is #4344EB. Grayscale: #A8A8A8. Windows color (decimal): -4408556 or 1358780. OLE color: 1358780.

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

Color convert

RGB 188 187 20 -
CMYK 0 0.01 0.89 0.26
HSL 59.64º 0.81% 0.41% -
HSV(B) 59.64º 0.89% 0.74% -
XYZ 38.64 46.28 7.56 -
YUV 168.26 44.33 142.08 -
System Red Green Blue C M Y K H S L
Decimal 188 187 20 0 0.01 0.89 0.26 59.64 0.81 0.41
Hex BC BB 14 0 1 59 1A 3C 51 29
Octal 274 273 24 0 1 131 32 74 121 51
Binary 10111100 10111011 10100 0 1 1011001 11010 111100 1010001 101001

Color Harmonies of #BCBB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB14

Black with #BCBB14

Text Example


Text Example

White with #BCBB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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