Html Css Color HEX #B7B30A La Rioja

📋 copy color: '#B7B30A'

red 183 ◦ green 179 ◦ blue 10

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

Shades of La Rioja #B7B30A

Tints of La Rioja #B7B30A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.12%

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

R = 49.19%
G = 48.12%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B7B30A (or 0xB7B30A) is known color: La Rioja. HEX triplet: B7, B3 and 0A. RGB value is (183,179,10). Sum of RGB (Red+Green+Blue) = 183+179+10=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 10 (4.30% from 255 or 2.69% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7B30A is #484CF5. Grayscale: #A1A1A1. Windows color (decimal): -4738294 or 701367. OLE color: 701367.

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

Color convert

RGB 183 179 10 -
CMYK 0 0.02 0.95 0.28
HSL 58.61º 0.9% 0.38% -
HSV(B) 58.61º 0.95% 0.72% -
XYZ 35.7 42.33 6.58 -
YUV 160.93 42.83 143.74 -
System Red Green Blue C M Y K H S L
Decimal 183 179 10 0 0.02 0.95 0.28 58.61 0.9 0.38
Hex B7 B3 A 0 2 5F 1C 3B 5A 26
Octal 267 263 12 0 2 137 34 73 132 46
Binary 10110111 10110011 1010 0 10 1011111 11100 111011 1011010 100110

Color Harmonies of #B7B30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B30A

Black with #B7B30A

Text Example


Text Example

White with #B7B30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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