Html Css Color HEX #BCB211 La Rioja

📋 copy color: '#BCB211'

red 188 ◦ green 178 ◦ blue 17

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

Shades of La Rioja #BCB211

Tints of La Rioja #BCB211

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.48%

 BLUE value IS 17 (7.03% from 255) = 4.44%

R = 49.09%
G = 46.48%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BCB211 (or 0xBCB211) is known color: La Rioja. HEX triplet: BC, B2 and 11. RGB value is (188,178,17). Sum of RGB (Red+Green+Blue) = 188+178+17=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB211 is #434DEE. Grayscale: #A3A3A3. Windows color (decimal): -4410863 or 1159868. OLE color: 1159868.

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

Color convert

RGB 188 178 17 -
CMYK 0 0.05 0.91 0.26
HSL 56.49º 0.83% 0.4% -
HSV(B) 56.49º 0.91% 0.74% -
XYZ 36.76 42.57 6.81 -
YUV 162.64 45.81 146.09 -
System Red Green Blue C M Y K H S L
Decimal 188 178 17 0 0.05 0.91 0.26 56.49 0.83 0.4
Hex BC B2 11 0 5 5B 1A 38 53 28
Octal 274 262 21 0 5 133 32 70 123 50
Binary 10111100 10110010 10001 0 101 1011011 11010 111000 1010011 101000

Color Harmonies of #BCB211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB211

Black with #BCB211

Text Example


Text Example

White with #BCB211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB211; }

 p { color: rgb(188,178,17); }

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

background-color css

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

 a { background-color: rgb(188,178,17); }

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

border-color css

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

 span { border-color: rgb(188,178,17); }

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