Html Css Color HEX #BCB91A La Rioja

📋 copy color: '#BCB91A'

red 188 ◦ green 185 ◦ blue 26

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

Shades of La Rioja #BCB91A

Tints of La Rioja #BCB91A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.52%

R = 47.12%
G = 46.37%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BCB91A (or 0xBCB91A) is known color: La Rioja. HEX triplet: BC, B9 and 1A. RGB value is (188,185,26). Sum of RGB (Red+Green+Blue) = 188+185+26=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 26 (10.55% from 255 or 6.52% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB91A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB91A is #4346E5. Grayscale: #A8A8A8. Windows color (decimal): -4409062 or 1751484. OLE color: 1751484.

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

Color convert

RGB 188 185 26 -
CMYK 0 0.02 0.86 0.26
HSL 58.89º 0.76% 0.42% -
HSV(B) 58.89º 0.86% 0.74% -
XYZ 38.27 45.46 7.74 -
YUV 167.77 47.99 142.43 -
System Red Green Blue C M Y K H S L
Decimal 188 185 26 0 0.02 0.86 0.26 58.89 0.76 0.42
Hex BC B9 1A 0 2 56 1A 3B 4C 2A
Octal 274 271 32 0 2 126 32 73 114 52
Binary 10111100 10111001 11010 0 10 1010110 11010 111011 1001100 101010

Color Harmonies of #BCB91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB91A

Black with #BCB91A

Text Example


Text Example

White with #BCB91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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