Html Css Color HEX #BCBB15 La Rioja

📋 copy color: '#BCBB15'

red 188 ◦ green 187 ◦ blue 21

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

Shades of La Rioja #BCBB15

Tints of La Rioja #BCBB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.3%

R = 47.47%
G = 47.22%
B = 5.3%

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

#BCBB15 (or 0xBCBB15) is known color: La Rioja. HEX triplet: BC, BB and 15. RGB value is (188,187,21). Sum of RGB (Red+Green+Blue) = 188+187+21=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 21 (8.59% from 255 or 5.30% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBB15 is #4344EA. Grayscale: #A9A9A9. Windows color (decimal): -4408555 or 1424316. OLE color: 1424316.

HSL color Cylindrical-coordinate representation of color #BCBB15: hue angle of 59.64º degrees, saturation: 0.8, 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 #BCBB15 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 187 21 -
CMYK 0 0.01 0.89 0.26
HSL 59.64º 0.8% 0.41% -
HSV(B) 59.64º 0.89% 0.74% -
XYZ 38.64 46.29 7.61 -
YUV 168.38 44.83 142 -
System Red Green Blue C M Y K H S L
Decimal 188 187 21 0 0.01 0.89 0.26 59.64 0.8 0.41
Hex BC BB 15 0 1 59 1A 3C 50 29
Octal 274 273 25 0 1 131 32 74 120 51
Binary 10111100 10111011 10101 0 1 1011001 11010 111100 1010000 101001

Color Harmonies of #BCBB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB15

Black with #BCBB15

Text Example


Text Example

White with #BCBB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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