Html Css Color HEX #B7B30C La Rioja

📋 copy color: '#B7B30C'

red 183 ◦ green 179 ◦ blue 12

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

Shades of La Rioja #B7B30C

Tints of La Rioja #B7B30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.21%

R = 48.93%
G = 47.86%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7B30C (or 0xB7B30C) is known color: La Rioja. HEX triplet: B7, B3 and 0C. RGB value is (183,179,12). Sum of RGB (Red+Green+Blue) = 183+179+12=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7B30C is #484CF3. Grayscale: #A1A1A1. Windows color (decimal): -4738292 or 832439. OLE color: 832439.

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

Color convert

RGB 183 179 12 -
CMYK 0 0.02 0.93 0.28
HSL 58.6º 0.88% 0.38% -
HSV(B) 58.6º 0.93% 0.72% -
XYZ 35.71 42.33 6.64 -
YUV 161.16 43.83 143.58 -
System Red Green Blue C M Y K H S L
Decimal 183 179 12 0 0.02 0.93 0.28 58.6 0.88 0.38
Hex B7 B3 C 0 2 5D 1C 3B 58 26
Octal 267 263 14 0 2 135 34 73 130 46
Binary 10110111 10110011 1100 0 10 1011101 11100 111011 1011000 100110

Color Harmonies of #B7B30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B30C

Black with #B7B30C

Text Example


Text Example

White with #B7B30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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