Html Css Color HEX #BCB916 La Rioja

📋 copy color: '#BCB916'

red 188 ◦ green 185 ◦ blue 22

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

Shades of La Rioja #BCB916

Tints of La Rioja #BCB916

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.84%

 BLUE value IS 22 (8.98% from 255) = 5.57%

R = 47.59%
G = 46.84%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BCB916 (or 0xBCB916) is known color: La Rioja. HEX triplet: BC, B9 and 16. RGB value is (188,185,22). Sum of RGB (Red+Green+Blue) = 188+185+22=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB916 is #4346E9. Grayscale: #A7A7A7. Windows color (decimal): -4409066 or 1489340. OLE color: 1489340.

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

Color convert

RGB 188 185 22 -
CMYK 0 0.02 0.88 0.26
HSL 58.92º 0.79% 0.41% -
HSV(B) 58.92º 0.88% 0.74% -
XYZ 38.23 45.45 7.52 -
YUV 167.32 45.99 142.75 -
System Red Green Blue C M Y K H S L
Decimal 188 185 22 0 0.02 0.88 0.26 58.92 0.79 0.41
Hex BC B9 16 0 2 58 1A 3B 4F 29
Octal 274 271 26 0 2 130 32 73 117 51
Binary 10111100 10111001 10110 0 10 1011000 11010 111011 1001111 101001

Color Harmonies of #BCB916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB916

Black with #BCB916

Text Example


Text Example

White with #BCB916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB916; }

 p { color: rgb(188,185,22); }

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

background-color css

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

 a { background-color: rgb(188,185,22); }

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

border-color css

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

 span { border-color: rgb(188,185,22); }

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