Html Css Color HEX #B4943B Roti

📋 copy color: '#B4943B'

red 180 ◦ green 148 ◦ blue 59

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

Shades of Roti #B4943B

Tints of Roti #B4943B

RGB

 RED value IS 180 (70.7% from 255) = 46.51%

 GREEN value IS 148 (58.2% from 255) = 38.24%

 BLUE value IS 59 (23.44% from 255) = 15.25%

R = 46.51%
G = 38.24%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B4943B (or 0xB4943B) is known color: Roti. HEX triplet: B4, 94 and 3B. RGB value is (180,148,59). Sum of RGB (Red+Green+Blue) = 180+148+59=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 59 (23.44% from 255 or 15.25% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B4943B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4943B is #4B6BC4. Grayscale: #939393. Windows color (decimal): -4942789 or 3904692. OLE color: 3904692.

HSL color Cylindrical-coordinate representation of color #B4943B: hue angle of 44.13º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4943B is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 148 59 -
CMYK 0 0.18 0.67 0.29
HSL 44.13º 0.51% 0.47% -
HSV(B) 44.13º 0.67% 0.71% -
XYZ 30.2 31.2 8.57 -
YUV 147.42 78.1 151.24 -
System Red Green Blue C M Y K H S L
Decimal 180 148 59 0 0.18 0.67 0.29 44.13 0.51 0.47
Hex B4 94 3B 0 12 43 1D 2C 33 2F
Octal 264 224 73 0 22 103 35 54 63 57
Binary 10110100 10010100 111011 0 10010 1000011 11101 101100 110011 101111

Color Harmonies of #B4943B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4943B

Black with #B4943B

Text Example


Text Example

White with #B4943B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4943B; }

 p { color: rgb(180,148,59); }

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

background-color css

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

 a { background-color: rgb(180,148,59); }

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

border-color css

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

 span { border-color: rgb(180,148,59); }

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