Html Css Color HEX #B8C706 La Rioja

📋 copy color: '#B8C706'

red 184 ◦ green 199 ◦ blue 6

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

Shades of La Rioja #B8C706

Tints of La Rioja #B8C706

RGB

 RED value IS 184 (72.27% from 255) = 47.3%

 GREEN value IS 199 (78.13% from 255) = 51.16%

 BLUE value IS 6 (2.73% from 255) = 1.54%

R = 47.3%
G = 51.16%
B = 1.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#B8C706 (or 0xB8C706) is known color: La Rioja. HEX triplet: B8, C7 and 06. RGB value is (184,199,6). Sum of RGB (Red+Green+Blue) = 184+199+6=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 199 (78.12% from 255 or 51.16% from 389); Blue value is 6 (2.73% from 255 or 1.54% from 389); Max value from RGB is 199 - color contains mainly: green. Hex color #B8C706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C706 is #4738F9. Grayscale: #ADADAD. Windows color (decimal): -4667642 or 444344. OLE color: 444344.

HSL color Cylindrical-coordinate representation of color #B8C706: hue angle of 64.66º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8C706 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 199 6 -
CMYK 0.08 0 0.97 0.22
HSL 64.66º 0.94% 0.4% -
HSV(B) 64.66º 0.97% 0.78% -
XYZ 40.22 51.05 7.91 -
YUV 172.51 34.03 136.19 -
System Red Green Blue C M Y K H S L
Decimal 184 199 6 0.08 0 0.97 0.22 64.66 0.94 0.4
Hex B8 C7 6 8 0 61 16 41 5E 28
Octal 270 307 6 10 0 141 26 101 136 50
Binary 10111000 11000111 110 1000 0 1100001 10110 1000001 1011110 101000

Color Harmonies of #B8C706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C706

Black with #B8C706

Text Example


Text Example

White with #B8C706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C706; }

 p { color: rgb(184,199,6); }

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

background-color css

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

 a { background-color: rgb(184,199,6); }

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

border-color css

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

 span { border-color: rgb(184,199,6); }

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