Html Css Color HEX #BCB918 La Rioja

📋 copy color: '#BCB918'

red 188 ◦ green 185 ◦ blue 24

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

Shades of La Rioja #BCB918

Tints of La Rioja #BCB918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.05%

R = 47.36%
G = 46.6%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BCB918 (or 0xBCB918) is known color: La Rioja. HEX triplet: BC, B9 and 18. RGB value is (188,185,24). Sum of RGB (Red+Green+Blue) = 188+185+24=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB918 is #4346E7. Grayscale: #A8A8A8. Windows color (decimal): -4409064 or 1620412. OLE color: 1620412.

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

Color convert

RGB 188 185 24 -
CMYK 0 0.02 0.87 0.26
HSL 58.9º 0.77% 0.42% -
HSV(B) 58.9º 0.87% 0.74% -
XYZ 38.25 45.46 7.62 -
YUV 167.54 46.99 142.59 -
System Red Green Blue C M Y K H S L
Decimal 188 185 24 0 0.02 0.87 0.26 58.9 0.77 0.42
Hex BC B9 18 0 2 57 1A 3B 4D 2A
Octal 274 271 30 0 2 127 32 73 115 52
Binary 10111100 10111001 11000 0 10 1010111 11010 111011 1001101 101010

Color Harmonies of #BCB918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB918

Black with #BCB918

Text Example


Text Example

White with #BCB918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB918; }

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

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

background-color css

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

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

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

border-color css

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

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

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