Html Css Color HEX #B7BA0A La Rioja

📋 copy color: '#B7BA0A'

red 183 ◦ green 186 ◦ blue 10

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

Shades of La Rioja #B7BA0A

Tints of La Rioja #B7BA0A

RGB

 RED value IS 183 (71.88% from 255) = 48.28%

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

 BLUE value IS 10 (4.3% from 255) = 2.64%

R = 48.28%
G = 49.08%
B = 2.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B7BA0A (or 0xB7BA0A) is known color: La Rioja. HEX triplet: B7, BA and 0A. RGB value is (183,186,10). Sum of RGB (Red+Green+Blue) = 183+186+10=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BA0A is #4845F5. Grayscale: #A5A5A5. Windows color (decimal): -4736502 or 703159. OLE color: 703159.

HSL color Cylindrical-coordinate representation of color #B7BA0A: hue angle of 61.02º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7BA0A is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 186 10 -
CMYK 0.02 0 0.95 0.27
HSL 61.02º 0.9% 0.38% -
HSV(B) 61.02º 0.95% 0.73% -
XYZ 37.14 45.21 7.06 -
YUV 165.04 40.51 140.81 -
System Red Green Blue C M Y K H S L
Decimal 183 186 10 0.02 0 0.95 0.27 61.02 0.9 0.38
Hex B7 BA A 2 0 5F 1B 3D 5A 26
Octal 267 272 12 2 0 137 33 75 132 46
Binary 10110111 10111010 1010 10 0 1011111 11011 111101 1011010 100110

Color Harmonies of #B7BA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BA0A

Black with #B7BA0A

Text Example


Text Example

White with #B7BA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BA0A; }

 p { color: rgb(183,186,10); }

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

background-color css

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

 a { background-color: rgb(183,186,10); }

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

border-color css

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

 span { border-color: rgb(183,186,10); }

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