Html Css Color HEX #BCB618 La Rioja

📋 copy color: '#BCB618'

red 188 ◦ green 182 ◦ blue 24

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

Shades of La Rioja #BCB618

Tints of La Rioja #BCB618

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.19%

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

R = 47.72%
G = 46.19%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BCB618 (or 0xBCB618) is known color: La Rioja. HEX triplet: BC, B6 and 18. RGB value is (188,182,24). Sum of RGB (Red+Green+Blue) = 188+182+24=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 182 (71.48% from 255 or 46.19% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB618 is #4349E7. Grayscale: #A6A6A6. Windows color (decimal): -4409832 or 1619644. OLE color: 1619644.

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

Color convert

RGB 188 182 24 -
CMYK 0 0.03 0.87 0.26
HSL 57.8º 0.77% 0.42% -
HSV(B) 57.8º 0.87% 0.74% -
XYZ 37.63 44.21 7.41 -
YUV 165.78 47.99 143.85 -
System Red Green Blue C M Y K H S L
Decimal 188 182 24 0 0.03 0.87 0.26 57.8 0.77 0.42
Hex BC B6 18 0 3 57 1A 3A 4D 2A
Octal 274 266 30 0 3 127 32 72 115 52
Binary 10111100 10110110 11000 0 11 1010111 11010 111010 1001101 101010

Color Harmonies of #BCB618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB618

Black with #BCB618

Text Example


Text Example

White with #BCB618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB618; }

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

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

background-color css

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

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

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

border-color css

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

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

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