Html Css Color HEX #BCB70B La Rioja

📋 copy color: '#BCB70B'

red 188 ◦ green 183 ◦ blue 11

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

Shades of La Rioja #BCB70B

Tints of La Rioja #BCB70B

RGB

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

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

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

R = 49.21%
G = 47.91%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BCB70B (or 0xBCB70B) is known color: La Rioja. HEX triplet: BC, B7 and 0B. RGB value is (188,183,11). Sum of RGB (Red+Green+Blue) = 188+183+11=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 11 (4.69% from 255 or 2.88% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB70B is #4348F4. Grayscale: #A5A5A5. Windows color (decimal): -4409589 or 767932. OLE color: 767932.

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

Color convert

RGB 188 183 11 -
CMYK 0 0.03 0.94 0.26
HSL 58.31º 0.89% 0.39% -
HSV(B) 58.31º 0.94% 0.74% -
XYZ 37.73 44.58 6.93 -
YUV 164.89 41.16 144.49 -
System Red Green Blue C M Y K H S L
Decimal 188 183 11 0 0.03 0.94 0.26 58.31 0.89 0.39
Hex BC B7 B 0 3 5E 1A 3A 59 27
Octal 274 267 13 0 3 136 32 72 131 47
Binary 10111100 10110111 1011 0 11 1011110 11010 111010 1011001 100111

Color Harmonies of #BCB70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB70B

Black with #BCB70B

Text Example


Text Example

White with #BCB70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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