Html Css Color HEX #BCB619 La Rioja

📋 copy color: '#BCB619'

red 188 ◦ green 182 ◦ blue 25

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

Shades of La Rioja #BCB619

Tints of La Rioja #BCB619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.33%

R = 47.59%
G = 46.08%
B = 6.33%

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

#BCB619 (or 0xBCB619) is known color: La Rioja. HEX triplet: BC, B6 and 19. RGB value is (188,182,25). Sum of RGB (Red+Green+Blue) = 188+182+25=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB619 is #4349E6. Grayscale: #A6A6A6. Windows color (decimal): -4409831 or 1685180. OLE color: 1685180.

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

Color convert

RGB 188 182 25 -
CMYK 0 0.03 0.87 0.26
HSL 57.79º 0.77% 0.42% -
HSV(B) 57.79º 0.87% 0.74% -
XYZ 37.64 44.22 7.47 -
YUV 165.9 48.49 143.77 -
System Red Green Blue C M Y K H S L
Decimal 188 182 25 0 0.03 0.87 0.26 57.79 0.77 0.42
Hex BC B6 19 0 3 57 1A 3A 4D 2A
Octal 274 266 31 0 3 127 32 72 115 52
Binary 10111100 10110110 11001 0 11 1010111 11010 111010 1001101 101010

Color Harmonies of #BCB619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB619

Black with #BCB619

Text Example


Text Example

White with #BCB619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB619; }

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

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

background-color css

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

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

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

border-color css

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

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

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