Html Css Color HEX #BCB517 La Rioja

📋 copy color: '#BCB517'

red 188 ◦ green 181 ◦ blue 23

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

Shades of La Rioja #BCB517

Tints of La Rioja #BCB517

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.17%

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

R = 47.96%
G = 46.17%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BCB517 (or 0xBCB517) is known color: La Rioja. HEX triplet: BC, B5 and 17. RGB value is (188,181,23). Sum of RGB (Red+Green+Blue) = 188+181+23=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 23 (9.38% from 255 or 5.87% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB517 is #434AE8. Grayscale: #A5A5A5. Windows color (decimal): -4410089 or 1553852. OLE color: 1553852.

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

Color convert

RGB 188 181 23 -
CMYK 0 0.04 0.88 0.26
HSL 57.45º 0.78% 0.41% -
HSV(B) 57.45º 0.88% 0.74% -
XYZ 37.42 43.8 7.29 -
YUV 165.08 47.82 144.35 -
System Red Green Blue C M Y K H S L
Decimal 188 181 23 0 0.04 0.88 0.26 57.45 0.78 0.41
Hex BC B5 17 0 4 58 1A 39 4E 29
Octal 274 265 27 0 4 130 32 71 116 51
Binary 10111100 10110101 10111 0 100 1011000 11010 111001 1001110 101001

Color Harmonies of #BCB517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB517

Black with #BCB517

Text Example


Text Example

White with #BCB517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB517; }

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

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

background-color css

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

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

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

border-color css

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

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

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