Html Css Color HEX #BCB710 La Rioja

📋 copy color: '#BCB710'

red 188 ◦ green 183 ◦ blue 16

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

Shades of La Rioja #BCB710

Tints of La Rioja #BCB710

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.29%

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

R = 48.58%
G = 47.29%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BCB710 (or 0xBCB710) is known color: La Rioja. HEX triplet: BC, B7 and 10. RGB value is (188,183,16). Sum of RGB (Red+Green+Blue) = 188+183+16=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB710 is #4348EF. Grayscale: #A6A6A6. Windows color (decimal): -4409584 or 1095612. OLE color: 1095612.

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

Color convert

RGB 188 183 16 -
CMYK 0 0.03 0.91 0.26
HSL 58.26º 0.84% 0.4% -
HSV(B) 58.26º 0.91% 0.74% -
XYZ 37.77 44.6 7.11 -
YUV 165.46 43.66 144.08 -
System Red Green Blue C M Y K H S L
Decimal 188 183 16 0 0.03 0.91 0.26 58.26 0.84 0.4
Hex BC B7 10 0 3 5B 1A 3A 54 28
Octal 274 267 20 0 3 133 32 72 124 50
Binary 10111100 10110111 10000 0 11 1011011 11010 111010 1010100 101000

Color Harmonies of #BCB710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB710

Black with #BCB710

Text Example


Text Example

White with #BCB710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB710; }

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

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

background-color css

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

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

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

border-color css

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

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

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