Html Css Color HEX #BCB80B La Rioja

📋 copy color: '#BCB80B'

red 188 ◦ green 184 ◦ blue 11

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

Shades of La Rioja #BCB80B

Tints of La Rioja #BCB80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.87%

R = 49.09%
G = 48.04%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BCB80B (or 0xBCB80B) is known color: La Rioja. HEX triplet: BC, B8 and 0B. RGB value is (188,184,11). Sum of RGB (Red+Green+Blue) = 188+184+11=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB80B is #4347F4. Grayscale: #A6A6A6. Windows color (decimal): -4409333 or 768188. OLE color: 768188.

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

Color convert

RGB 188 184 11 -
CMYK 0 0.02 0.94 0.26
HSL 58.64º 0.89% 0.39% -
HSV(B) 58.64º 0.94% 0.74% -
XYZ 37.94 45 7 -
YUV 165.47 40.83 144.07 -
System Red Green Blue C M Y K H S L
Decimal 188 184 11 0 0.02 0.94 0.26 58.64 0.89 0.39
Hex BC B8 B 0 2 5E 1A 3B 59 27
Octal 274 270 13 0 2 136 32 73 131 47
Binary 10111100 10111000 1011 0 10 1011110 11010 111011 1011001 100111

Color Harmonies of #BCB80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB80B

Black with #BCB80B

Text Example


Text Example

White with #BCB80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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