Html Css Color HEX #BCBA07 La Rioja

📋 copy color: '#BCBA07'

red 188 ◦ green 186 ◦ blue 7

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

Shades of La Rioja #BCBA07

Tints of La Rioja #BCBA07

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.82%

 BLUE value IS 7 (3.13% from 255) = 1.84%

R = 49.34%
G = 48.82%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BCBA07 (or 0xBCBA07) is known color: La Rioja. HEX triplet: BC, BA and 07. RGB value is (188,186,7). Sum of RGB (Red+Green+Blue) = 188+186+7=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 7 (3.12% from 255 or 1.84% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBA07 is #4345F8. Grayscale: #A6A6A6. Windows color (decimal): -4408825 or 506556. OLE color: 506556.

HSL color Cylindrical-coordinate representation of color #BCBA07: hue angle of 59.34º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCBA07 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 186 7 -
CMYK 0 0.01 0.96 0.26
HSL 59.34º 0.93% 0.38% -
HSV(B) 59.34º 0.96% 0.74% -
XYZ 38.34 45.82 7.03 -
YUV 166.19 38.16 143.55 -
System Red Green Blue C M Y K H S L
Decimal 188 186 7 0 0.01 0.96 0.26 59.34 0.93 0.38
Hex BC BA 7 0 1 60 1A 3B 5D 26
Octal 274 272 7 0 1 140 32 73 135 46
Binary 10111100 10111010 111 0 1 1100000 11010 111011 1011101 100110

Color Harmonies of #BCBA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA07

Black with #BCBA07

Text Example


Text Example

White with #BCBA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA07; }

 p { color: rgb(188,186,7); }

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

background-color css

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

 a { background-color: rgb(188,186,7); }

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

border-color css

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

 span { border-color: rgb(188,186,7); }

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