Html Css Color HEX #BCB810 La Rioja

📋 copy color: '#BCB810'

red 188 ◦ green 184 ◦ blue 16

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

Shades of La Rioja #BCB810

Tints of La Rioja #BCB810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.12%

R = 48.45%
G = 47.42%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BCB810 (or 0xBCB810) is known color: La Rioja. HEX triplet: BC, B8 and 10. RGB value is (188,184,16). Sum of RGB (Red+Green+Blue) = 188+184+16=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB810 is #4347EF. Grayscale: #A6A6A6. Windows color (decimal): -4409328 or 1095868. OLE color: 1095868.

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

Color convert

RGB 188 184 16 -
CMYK 0 0.02 0.91 0.26
HSL 58.6º 0.84% 0.4% -
HSV(B) 58.6º 0.91% 0.74% -
XYZ 37.97 45.01 7.18 -
YUV 166.04 43.33 143.66 -
System Red Green Blue C M Y K H S L
Decimal 188 184 16 0 0.02 0.91 0.26 58.6 0.84 0.4
Hex BC B8 10 0 2 5B 1A 3B 54 28
Octal 274 270 20 0 2 133 32 73 124 50
Binary 10111100 10111000 10000 0 10 1011011 11010 111011 1010100 101000

Color Harmonies of #BCB810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB810

Black with #BCB810

Text Example


Text Example

White with #BCB810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB810; }

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

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

background-color css

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

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

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

border-color css

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

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

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