Html Css Color HEX #BCB818 La Rioja

📋 copy color: '#BCB818'

red 188 ◦ green 184 ◦ blue 24

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

Shades of La Rioja #BCB818

Tints of La Rioja #BCB818

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.46%

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

R = 47.47%
G = 46.46%
B = 6.06%

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

#BCB818 (or 0xBCB818) is known color: La Rioja. HEX triplet: BC, B8 and 18. RGB value is (188,184,24). Sum of RGB (Red+Green+Blue) = 188+184+24=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB818 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB818 is #4347E7. Grayscale: #A7A7A7. Windows color (decimal): -4409320 or 1620156. OLE color: 1620156.

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

Color convert

RGB 188 184 24 -
CMYK 0 0.02 0.87 0.26
HSL 58.54º 0.77% 0.42% -
HSV(B) 58.54º 0.87% 0.74% -
XYZ 38.04 45.04 7.55 -
YUV 166.96 47.33 143.01 -
System Red Green Blue C M Y K H S L
Decimal 188 184 24 0 0.02 0.87 0.26 58.54 0.77 0.42
Hex BC B8 18 0 2 57 1A 3B 4D 2A
Octal 274 270 30 0 2 127 32 73 115 52
Binary 10111100 10111000 11000 0 10 1010111 11010 111011 1001101 101010

Color Harmonies of #BCB818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB818

Black with #BCB818

Text Example


Text Example

White with #BCB818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB818; }

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

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

background-color css

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

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

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

border-color css

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

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

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