Html Css Color HEX #BCB917 La Rioja

📋 copy color: '#BCB917'

red 188 ◦ green 185 ◦ blue 23

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

Shades of La Rioja #BCB917

Tints of La Rioja #BCB917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.81%

R = 47.47%
G = 46.72%
B = 5.81%

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

#BCB917 (or 0xBCB917) is known color: La Rioja. HEX triplet: BC, B9 and 17. RGB value is (188,185,23). Sum of RGB (Red+Green+Blue) = 188+185+23=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 23 (9.38% from 255 or 5.81% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB917 is #4346E8. Grayscale: #A8A8A8. Windows color (decimal): -4409065 or 1554876. OLE color: 1554876.

HSL color Cylindrical-coordinate representation of color #BCB917: hue angle of 58.91º degrees, saturation: 0.78, 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 #BCB917 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 185 23 -
CMYK 0 0.02 0.88 0.26
HSL 58.91º 0.78% 0.41% -
HSV(B) 58.91º 0.88% 0.74% -
XYZ 38.24 45.45 7.57 -
YUV 167.43 46.49 142.67 -
System Red Green Blue C M Y K H S L
Decimal 188 185 23 0 0.02 0.88 0.26 58.91 0.78 0.41
Hex BC B9 17 0 2 58 1A 3B 4E 29
Octal 274 271 27 0 2 130 32 73 116 51
Binary 10111100 10111001 10111 0 10 1011000 11010 111011 1001110 101001

Color Harmonies of #BCB917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB917

Black with #BCB917

Text Example


Text Example

White with #BCB917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB917; }

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

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

background-color css

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

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

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

border-color css

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

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

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